home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TMASKDIALOG
/
TMASKDIALOG.txt
Wrap
Text File
|
2004-10-12
|
2KB
|
101 lines
object MaskDialog: TMaskDialog
Left = 200
Top = 132
HelpContext = 14507
ActiveControl = eMask
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '-'
ClientHeight = 152
ClientWidth = 337
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object lCurMask: TLabel
Left = 8
Top = 8
Width = 62
Height = 13
Caption = '&Current mask'
FocusControl = eCurMask
end
object lMailbox: TLabel
Left = 8
Top = 60
Width = 39
Height = 13
Caption = '&Mailbox:'
FocusControl = eBox
end
object lMask: TLabel
Left = 8
Top = 92
Width = 29
Height = 13
Caption = 'M&ask:'
FocusControl = eMask
end
object eCurMask: TEdit
Left = 8
Top = 24
Width = 321
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
object eMask: TEdit
Left = 80
Top = 88
Width = 249
Height = 21
TabOrder = 2
end
object bOK: TButton
Left = 80
Top = 120
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object bCancel: TButton
Left = 168
Top = 120
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object bHelp: TButton
Left = 256
Top = 120
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 5
OnClick = bHelpClick
end
object eBox: TComboBox
Left = 80
Top = 56
Width = 249
Height = 21
ItemHeight = 13
Sorted = True
TabOrder = 1
end
end